home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000088_ebh@burntmail.com_Wed Jan 28 11:22:24 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: ebh@burntmail.com (EBH)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Help with a script
  5. Date: 27 Jan 2004 12:12:45 -0800
  6. Organization: http://groups.google.com
  7. Lines: 16
  8. Message-ID: <6b84683a.0401271212.4059fe85@posting.google.com>
  9. NNTP-Posting-Host: 63.127.208.90
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1075234366 26336 127.0.0.1 (27 Jan 2004 20:12:46 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 27 Jan 2004 20:12:46 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14788
  16.  
  17. I need help writing a kermit script. I want to write a script that
  18. will automatically log onto a remote system and then hand over control
  19. to my user. When the script asks the user to initiate kermit to upload
  20. or download, I want my script to step back in and initiate the fiel
  21. transfer and then pass control back top the user. I also want the
  22. script to detect when the other side disconnects and the script should
  23. end.
  24.  
  25. >From what I currently know, I understand that after successfully
  26. logging in, I can issue the "connect" command which will transfer
  27. control from the script to the user. I need to know how to pick it up
  28. again when required by a screen prompt (Iniitate you KERMIT, or
  29. whatever). And as mentioned above I still to know when the remote
  30. system disconnects so that I can end execution of the script.
  31.  
  32. Any help would be greatly appreciated.
  33.